﻿.lpd-tracks {
    min-width: 750px;
    border-top: 1px solid #e3f0f2;
    margin-top: 30px;
}

    .lpd-tracks td {
        padding: 10px;
        font-weight: 300;
        border: 1px solid #fff;
        min-width: 250px;
        vertical-align: top;
    }

        .lpd-tracks td p strong {
            font-weight: 600;
            line-height: normal;
            display: block;
            padding-top: 2px;
        }

        .lpd-tracks td ul {
            line-height: normal;
            font-size: 0.875em;
            margin-top: 10px;
            margin-left: 20px;
        }

            .lpd-tracks td ul li {
                font-weight: 300;
                padding-bottom: 7.5px;
            }

        .lpd-tracks td p {
            padding: 0;
        }

    .lpd-tracks tr:first-child td {
        font-weight: 400;
        font-size: 0.775em;
        text-transform: uppercase;
        border-top: 1px solid #e3f0f2;
        border-bottom: 3px solid #fff;
        padding-top: 12px;
    }

        .lpd-tracks tr:first-child td strong {
            font-size: 1.32em;
            font-weight: 700;
            display: block;
            line-height: normal;
        }

    .lpd-tracks tr td:first-child {
        background: #fff;
        color: #555;
        border-top-color: #fff;
        min-width: 120px;
        text-align: right;
    }

        .lpd-tracks tr td:first-child p:first-child {
            font-size: 1.1em;
            font-weight: 400;
        }

    .lpd-tracks tr td:nth-child(2) {
        border-left: 5px solid #133552;
        background: rgba(204, 228, 232, 0.55);
    }

    .lpd-tracks tr td:nth-child(3) {
        border-left: 5px solid #074975;
        background: rgba(204, 228, 232, 0.35);
    }

    .lpd-tracks tr td:nth-child(4) {
        border-left: 5px solid #cce4e8;
        background: rgba(204, 228, 232, 0.20);
    }

    .lpd-tracks tr:last-child td {
        border-bottom: 1px solid #e3f0f2;
    }

        .lpd-tracks tr:last-child td:first-child {
            border-color: #fff;
        }

           